/*最顶部*/
#header{ color:#fff; line-height:50px; height:50px}

/*导航菜单 */
#nav{ text-align:center; height:50px; background:#fff; border:1px solid #fff;}/*background 菜单颜色 */
#nav li{float: left; display:block;width:100px; height:32px; }
#nav a{ width:100px; height:50px; display:block;float: left; color:#999999; font-size:15px; line-height:50px   }/* 字体颜色 */
#nav a:hover,#nav .active{ background:#0099ff; color:#fff}/*background 按钮颜色 */
#nav span{ display: block; height:50px; width:1px; background: #fff;}
#nav  .span_1{ display:none}


/*网页底部*/
#foot{ width:100%; position:absolute; bottom:0px; z-index:99999}
#foot .footnews{ background:url(foot_1.png); height:30px; width:100%; margin-bottom:1px; overflow:hidden}
#foot .footnews li{  height:30px; line-height:30px}
#foot .footnews a{ color:#FFF}
#foot .foot{ background:url(foot_2.png); height:70px; width:100%}
.foot ul{ padding:10px 0px}
.foot li{ color:#333333}/* 底部地址字体颜色 */

/*网页底部*/
#foot_2{ width:100%; margin-top:20px}
#foot_2 .foot{ background:url(foot_2.png); height:70px; }

/*列表页*/
#list_main{ background:#fff url(list.png) repeat-y; margin-top:10px; overflow:hidden}

/*设置左边列表*/
#list_main #list_left{width:200px; float:left; height:100%}
#list_main #list_left .list_left_title{ font-size:20px; padding:5px 0px; text-indent:1em; background:#fff; font-family:"微软雅黑","黑体";}
#list_main #list_left .list_title img{ vertical-align: sub; margin-right:15px}

#list_main #list_right{  width:795px; float:right; padding-bottom:30px; padding-right:15px}
#list_main #list_right .list_right_title{ padding:10px 0px; text-align:right;}
#list_main #list_right .list_right_name{ border-bottom:1px dashed #ddd; margin-bottom:20px}

/*内容部分*/
#list_main #list_right .list_right_content{ line-height:26px}
#list_main #list_right .list_right_content .posttime{ color:#999; border-bottom:1px dashed #ddd; padding-bottom:10px; margin-bottom:20px}
#list_main #list_right .list_right_content .content{ font-size:14px}
#list_main #list_right .list_right_content .content p{ margin:10px 0px}
